home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / gfa / graputil.lzh / GRAPUTIL.DOC < prev    next >
Encoding:
Text File  |  1991-02-26  |  2.6 KB  |  73 lines

  1. GFA Graphic Utilities
  2.  
  3. I've spent a lot of programming with GFA and have found
  4. that GFA, in the Shareware realm, lacked any real graphical
  5. optimization functions.  So I decided to write a few...
  6.  
  7. All code is 100% GFA and all the sources for the decompression
  8. routines can be merged in GFA programs with a fair amount of 
  9. ease.
  10.  
  11. The sources can be obtained at the address below:
  12.  
  13.      Martin Kruse
  14.      137 W Bay Area
  15.      Webster, TX 77598
  16.  
  17.      My Genie address is  TMP
  18.  
  19. I ask for a donation for the sources
  20.   say... $4 for one, $10 for all...
  21.   but almost anything will be accepted but the amount will
  22.   of course determine how much help I will give you.....
  23.  
  24. None of these routines save the color pallete and have no capability
  25. of restore a picture to its original format... All routines are for
  26. GFA programming use only...
  27.  
  28. Kanimate
  29.  
  30.       Is a basic frame by frame animation saving something roughly akin
  31. to CyberPaint's SEQ or Deluxe Paint's IFF multiple body formats
  32.       Kanimate is very slow to compress but decompresses relatively
  33. quick.  (A 175K compression takes about 40 seconds to decompress)
  34. Two things of note:  I'm using a 'FILTER' color to map out the changes
  35. that occur frame to frame so in essence you lose a color so make sure the
  36. sequence of frames doesn't use all 16 colors or you lose.  Second their 
  37. is an auto mode, place all frames(Neo format) in sequence in a folder
  38. giving them the same name and frame number... say... Pic1,Pic2,...Pic10,
  39. Pic11, etc. Then select auto mode and follow the cryptic prompts....
  40. Make sure you remember the path to the folder with the pics, you will
  41. have to type it in...
  42.  
  43.  
  44. Gfacomp2
  45.  
  46. Takes in a Neo and allows you to compress a section or all of the picture.
  47. Within the source(not noticable in this prg) you can decompress the clip
  48. in an Overlap mode(optional) thus allowing for compressing overlays...
  49. Also has a GFA Record option that saves a clip in GFA get/put format...
  50.  
  51.  
  52. KPP
  53.  
  54.       This is a full picture compression.  Its very fast and compression
  55. rates are close or better than PC1.  3 Formats allow you to choose the
  56. best compression option.  A couple of bugs though... look under INFO
  57. option in the KPP menu.
  58.  
  59.  
  60. Hope you feel you can use this software, and I feel it will be very
  61. useful for GFA programmers out there who want to trim the size of those
  62. Neos or want to add an animation or two to their prgs.
  63.  
  64. Note:  Kanimate compresses really slow... Its almost painful (Ha)
  65.  
  66. You may freely distribute this software as long as this doc goes with
  67. it.
  68.  
  69.  
  70. Martin Kruse
  71. 2-26-91
  72.  
  73.